[commit] r2418 - trunk/Paradigms/SF/BON2SFInterpreter
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Jan 22 11:15:13 CST 2014
Author: ksmyth
Date: Wed Jan 22 11:15:13 2014
New Revision: 2418
Log:
Fix crashrpt 12b77cfc-809c-471d-87c8-9a68aa1f271f
Modified:
trunk/Paradigms/SF/BON2SFInterpreter/BON2Component.cpp
Modified: trunk/Paradigms/SF/BON2SFInterpreter/BON2Component.cpp
==============================================================================
--- trunk/Paradigms/SF/BON2SFInterpreter/BON2Component.cpp Wed Jan 22 11:15:02 2014 (r2417)
+++ trunk/Paradigms/SF/BON2SFInterpreter/BON2Component.cpp Wed Jan 22 11:15:13 2014 (r2418)
@@ -125,7 +125,7 @@
fprintf(fpt,"#include <string.h>\n");
fprintf(fpt,"#include <mgk60.h>\n");
- fprintf(fpt,"#include \"%s\"\n\n",hfile);
+ fprintf(fpt,"#include \"%s\"\n\n",hfile.c_str());
ParamImpl::writeGlobals(fpt,false);
fprintf(fpt,"\n");
More information about the gme-commit
mailing list