Skip to content
Snippets Groups Projects
Commit 8159ff0a authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Eliminate use of CVS Revision keyword

parent 587dccda
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -72,16 +72,13 @@ int main(int argc, char **argv)
{
const char* p;
char error[512];
char revision[16];
int i;
int first_arg=1;
time_t now;
user_t user;
sscanf("$Revision: 1.12 $", "%*s %s", revision);
fprintf(stderr,"\nMAKEUSER v%s-%s - Adds User to Synchronet User Database\n"
,revision
,VERSION
,PLATFORM_DESC
);
......
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