abe/abe-1.0-tmppath.patch
cvsextras 9665841afc auto-import changelog data from abe-1.0-0.fdr.3.rh90.src.rpm
1.0-0.fdr.3
- doh.. remember to update the icon to png in desktop file too
1.0-0.fdr.2
- fix QA issues in #555
1.0-0.fdr.1
- Initial Fedora packaging.
2004-11-08 04:01:10 +00:00

11 lines
448 B
Diff

--- abe-1_0/src/Image.c.tmppath 2003-04-12 21:16:13.000000000 +0300
+++ abe-1_0/src/Image.c 2003-08-03 20:01:33.000000000 +0300
@@ -305,7 +305,7 @@
int block = 0;
image_count = 0;
- sprintf(tmp_path, "%s%s%s", IMAGES_DIR, PATH_SEP, "tmp.bmp");
+ sprintf(tmp_path, "%s%s%s", getenv("HOME") , PATH_SEP, ".abetmp.bmp");
sprintf(path, "%s%s%s", IMAGES_DIR, PATH_SEP, "images.tar");
fprintf(stderr, "Opening %s for reading.\n", path);