Skip to content

Commit

Permalink
Removed one bug with leading zeros in concatenate
Browse files Browse the repository at this point in the history
  • Loading branch information
JCumin committed Jun 13, 2017
1 parent aa34a54 commit 72a8ce3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/predicates.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,6 @@
L = 'integer':0
; Integers = 'yes',
List = [J|TList],
J #\= 0,
integer_value('integer':'positive':[J|TList], I),
L = 'integer':I
; Integers = 'no'
Expand Down

0 comments on commit 72a8ce3

Please sign in to comment.