We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d054 commit e04ee95Copy full SHA for e04ee95
src/bin2cpp.cpp
@@ -414,7 +414,7 @@ namespace bin2cpp
414
fprintf(cpp, " * Copyright (C) 2013-%d end2endzone.com. All rights reserved.\n", ::getCopyrightYear());
415
fprintf(cpp, " * Do not modify this file.\n");
416
fprintf(cpp, " */\n");
417
- fprintf(cpp, "#include \"%s\"\n", headerPath.c_str() );
+ fprintf(cpp, "#include \"%s\"\n", iHeaderFilename );
418
fprintf(cpp, "#include <stdio.h> //for FILE\n");
419
fprintf(cpp, "#include <string> //for memcpy\n");
420
fprintf(cpp, "namespace bin2cpp\n");
0 commit comments