Skip to content

Commit 7ae2c49

Browse files
committed
Fix #4
1 parent cefa910 commit 7ae2c49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/picasso_frontend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ int main(int argc, char* argv[])
9393
char* sourceCode = StringFromFile(vshFile);
9494
if (!sourceCode)
9595
{
96-
fprintf(stderr, "error: cannot open input file: %s\n");
96+
fprintf(stderr, "error: cannot open input file: %s\n", vshFile);
9797
return EXIT_FAILURE;
9898
}
9999

0 commit comments

Comments
 (0)