changeset 62:5b10ff307463

Fixed problem with filename handling in includebin
author lost@l-w.ca
date Thu, 07 Apr 2011 18:38:09 -0600
parents ccaecdff3fc2
children 74b82202d355
files lwasm/pseudo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)++;