diff options
Diffstat (limited to 'graphics/quickpics/files/patch-src-dir.c')
-rw-r--r-- | graphics/quickpics/files/patch-src-dir.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/graphics/quickpics/files/patch-src-dir.c b/graphics/quickpics/files/patch-src-dir.c deleted file mode 100644 index 6f427b5f2cf2..000000000000 --- a/graphics/quickpics/files/patch-src-dir.c +++ /dev/null @@ -1,17 +0,0 @@ ---- dir.c.orig Tue Apr 7 03:31:14 1998 -+++ dir.c Fri Aug 23 20:08:24 2002 -@@ -479,12 +479,12 @@ - rmspace(description); - if(!description[0]) - { -- sprintf(description,"Description of %s goes here.", -+ sprintf(description,"%s", - img->name); - } - } - else -- sprintf(description,"Description of %s goes here.", -+ sprintf(description,"%s", - img->name); - - imgrec_setdescription(img,description); |