View | Details | Raw Unified | Return to bug 41962
Collapse All | Expand All

(-)graphics/quickpics/files/patch-src-dir.c (+17 lines)
Added Link Here
1
--- dir.c.orig	Tue Apr  7 03:31:14 1998
2
+++ dir.c	Fri Aug 23 20:08:24 2002
3
@@ -479,12 +479,12 @@
4
 			rmspace(description);
5
 			if(!description[0])
6
 			{
7
-				sprintf(description,"Description of %s goes here.",
8
+				sprintf(description,"%s",
9
 					img->name);
10
 			}
11
 		}
12
 		else
13
-			sprintf(description,"Description of %s goes here.",
14
+			sprintf(description,"%s",
15
 				img->name);
16
 
17
 		imgrec_setdescription(img,description);

Return to bug 41962