rev 237 - trunk/src

SVN User <[email protected]>
Newsgroups gmane.comp.lang.prothon.cvs
Message-ID <[email protected]>
Author: bcollins
Date: 2004-03-31 13:49:35 -0500 (Wed, 31 Mar 2004)
New Revision: 237

Modified:
   trunk/src/interp.c
Log:
Fix incorrect var name (debug).


Modified: trunk/src/interp.c
===================================================================
--- trunk/src/interp.c	2004-03-31 18:48:23 UTC (rev 236)
+++ trunk/src/interp.c	2004-03-31 18:49:35 UTC (rev 237)
@@ -1261,7 +1261,7 @@
 		}
 		*d = 0;
 		strcat(name, "_execstr_code.txt");
-		dump_code(code, dump_name);
+		dump_code(code, name);
 	}
 #endif
 	if (frame_p && *frame_p) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.