-
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.
fix ramdom applescript crash on test, updated version number
- Loading branch information
Showing
7 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -103,7 +103,7 @@ Yes. No input checking. Big Endian untested. | |
|
||
### The Ugly Stuff | ||
|
||
c2d, Code to Disk, Version 0.50, Fri Apr 21 23:13:38 UTC 2017 | ||
c2d, Code to Disk, Version 0.51, Fri Apr 21 23:13:38 UTC 2017 | ||
|
||
(c) 2012,2017 All Rights Reserved, Egan Ford ([email protected]) | ||
|
||
|
Binary file not shown.
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.50, Fri Apr 21 23:13:38 UTC 2017 | ||
c2d, Code to Disk, Version 0.51, Fri Apr 21 23:13:38 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.50" | ||
#define VERSION "Version 0.51" | ||
#define INFILE argv[argc-2] | ||
#define OUTFILE argv[argc-1] | ||
#define BINARY 0 | ||
|
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