-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
That is a nasty bug. The files gq-marshal.[ch] gets created from gq-marshal.list but are checked in to git. I removed that files now from git so they get recreated properly every time. (Closes #383) Thanks Russel Winder for the insistent nagging about that.
- Loading branch information
Showing
4 changed files
with
4 additions
and
165 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 |
---|---|---|
|
@@ -73,3 +73,6 @@ Makefile.in | |
/debian/geeqie* | ||
/debian/files | ||
/doc/html/ | ||
|
||
# That two files are autocreated(!) | ||
/src/gq-marshal.[ch] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,3 +1,4 @@ | ||
VOID:VOID | ||
VOID:INT,INT,INT,INT | ||
VOID:INT,INT | ||
VOID:DOUBLE |