moving files around...

This commit is contained in:
tth
2022-06-26 22:55:56 +02:00
parent 75a06cf5b4
commit 96d7a5399f
26 changed files with 1180 additions and 41 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
#include <stdio.h>
#include <time.h>
#include "tthimage.h"
#include "../tthimage.h"
/*::------------------------------------------------------------------::*/
/*
@@ -33,7 +33,7 @@ if ( (fp=fopen(nom, "w")) == NULL )
}
fputs("%!PS-Adobe-2.0 EPSF-1.2\n%%\n", fp);
fprintf(fp, "%%%% Generator: libimage v %s\n", IMAGE_VERSION_STRING);
fprintf(fp, "%%%% Generator: libtthimage v %s\n", IMAGE_VERSION_STRING);
time(&temps);
fprintf(fp, "%%%% Date: %s\n", ctime(&temps));
fclose(fp);