Personal tools
User menu

Difference between revisions of "Buildrev"

From Francois Louw

Jump to: navigation, search
Line 1: Line 1:
 
[http://aeif.info/files/buildrev/BuildRevision20121120.zip Download Windows executable with source]
 
[http://aeif.info/files/buildrev/BuildRevision20121120.zip Download Windows executable with source]
  
This application is quite handy and small. It is coded in simple C. Every time it runs it reads the given header file and increments the number.
+
This application is quite handy and small. It is coded in simple C. Every time it runs it reads the given header file and increments the build number.
  
 
Please note that this program is very basic, and apart from file checking it does not do any other checking.
 
Please note that this program is very basic, and apart from file checking it does not do any other checking.
Line 51: Line 51:
 
if (f != NULL)
 
if (f != NULL)
 
{
 
{
fscanf(f, "%s %s %d",d, b, &i);
+
fscanf(f, "%s %s %d", d, b, &i);
 
fclose(f);
 
fclose(f);
 
f = NULL;
 
f = NULL;

Revision as of 19:19, 20 November 2012