# HG changeset patch # User lost@l-w.ca # Date 1302223089 21600 # Node ID 5b10ff30746332eb8f8f7e271d614efea2bab631 # Parent ccaecdff3fc2045505e77d3033de9b5f588ca45f Fixed problem with filename handling in includebin diff -r ccaecdff3fc2 -r 5b10ff307463 lwasm/pseudo.c --- a/lwasm/pseudo.c Wed Apr 06 21:35:49 2011 -0600 +++ b/lwasm/pseudo.c Thu Apr 07 18:38:09 2011 -0600 @@ -994,7 +994,7 @@ /* do nothing */ ; } fn = lw_strndup(*p, p2 - *p); - + *p = p2; if (delim && **p) (*p)++;