Bug#655533: Duplicates the last line in the file

2012-01-11 Thread Bdale Garbee
tags 655533 +pending thanks On Wed, 11 Jan 2012 19:45:23 -0500, Jim Paris wrote: > Turns out this is due to a bug in the include parsing. Patch > attached. Thanks again, applied in my repo for the next upload. Bdale pgpO8vRwMk9ae.pgp Description: PGP signature

Bug#655533: Duplicates the last line in the file

2012-01-11 Thread Jim Paris
Package: as31 Version: 2.3.1-4 Severity: normal Tags: patch At the end of the input file, as31 acts as if the last line is repeated. For example: $ printf "one:\ntwo:\nthree:\n" > test.asm $ as31 test.asm Begin Pass #1 incLineCount=0 Warning, line 4, Attempt to redefine symbol: three.