Skip to content
Snippets Groups Projects
Commit 51355382 authored by rswindell's avatar rswindell
Browse files

Added version banner with CVS revision and platform.

parent 1efe3fd5
No related branches found
No related tags found
No related merge requests found
......@@ -2287,6 +2287,12 @@ int main(int argc, char **argv)
FILE *src;
char newname[MAX_PATH+1];
char *p;
char revision[16];
sscanf("$Revision$", "%*s %s", revision);
printf("\nUNBAJA %s-%s - Synchronet Baja Shell/Module De-compiler\n"
,revision, PLATFORM_DESC);
for(f=1; f<argc; f++) {
bin=fopen(argv[f],"rb");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment