-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,7 @@ Yes. No input checking. Big Endian untested. | |
|
||
### The Ugly Stuff | ||
|
||
c2d, Code to Disk, Version 0.42, Sun Apr 9 03:16:22 UTC 2017 | ||
c2d, Code to Disk, Version 0.43, Sun Apr 16 02:41:26 UTC 2017 | ||
|
||
(c) 2012,2017 All Rights Reserved, Egan Ford ([email protected]) | ||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* | ||
c2d, Code to Disk, Version 0.42, Sun Apr 9 03:16:22 UTC 2017 | ||
c2d, Code to Disk, Version 0.43, Sun Apr 16 02:41:26 UTC 2017 | ||
(c) 2012,2017 All Rights Reserved, Egan Ford ([email protected]) | ||
|
@@ -42,7 +42,7 @@ Based on work by: | |
#include <sys/stat.h> | ||
#include "c2d.h" | ||
|
||
#define VERSION "Version 0.42" | ||
#define VERSION "Version 0.43" | ||
#define INFILE argv[argc-2] | ||
#define OUTFILE argv[argc-1] | ||
#define BINARY 0 | ||
|