Skip to content
Snippets Groups Projects
Commit c08b3324 authored by ram's avatar ram
Browse files

Fixed NODE-TLF-NUMBER to return the last element rather than the second.

parent 5467c3a9
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@
;;;
(defun node-tlf-number (node)
(declare (type node node))
(second (node-source-path node)))
(car (last (node-source-path node))))
;;;; Flow/DFO/Component hackery:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment