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 cefa910 commit 7ae2c49Copy full SHA for 7ae2c49
1 file changed
source/picasso_frontend.cpp
@@ -93,7 +93,7 @@ int main(int argc, char* argv[])
93
char* sourceCode = StringFromFile(vshFile);
94
if (!sourceCode)
95
{
96
- fprintf(stderr, "error: cannot open input file: %s\n");
+ fprintf(stderr, "error: cannot open input file: %s\n", vshFile);
97
return EXIT_FAILURE;
98
}
99
0 commit comments