[mapserver-users] tiny fix for mapparser.y

Rob Martinson cathode at nichebox.com
Fri Jul 13 22:16:48 EDT 2001


Just FYI, I just compiled gdal and mapserver from CVS source and ran
across the tiniest typo.

Line 154 of mapparser.y reads:

       | LENGTH '(' string_exp ')' { $$ = strlen($3) }

And should read:

       | LENGTH '(' string_exp ')' { $$ = strlen($3); }

Damn semi-colons  :)

Builds fine after this


Rob Martinson
Nichebox - http://www.nichebox.com
Development - http://dev.nichebox.com 




More information about the mapserver-users mailing list