diff --git a/src/Main.c b/src/Main.c index 2878c92..bf7c509 100644 --- a/src/Main.c +++ b/src/Main.c @@ -154,6 +154,7 @@ int main(int argc, char* argv[]) { while (i < argc) { // Prepare the source metadata before we start compiling struct FileData* Source = malloc(sizeof(struct FileData)); + Source->SourceName = argv[i]; Files[i] = Source; // Compile the file by invoking the Delegate