From 1917d76ab56a49f043576cb054bec1695d108252 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Thu, 17 Mar 2005 18:37:59 +0000 Subject: . Update to 2.00.03. --- .../files/patch-src-afterstep-functions.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 x11-wm/afterstep-stable/files/patch-src-afterstep-functions.c (limited to 'x11-wm/afterstep-stable/files/patch-src-afterstep-functions.c') diff --git a/x11-wm/afterstep-stable/files/patch-src-afterstep-functions.c b/x11-wm/afterstep-stable/files/patch-src-afterstep-functions.c deleted file mode 100644 index 763ccf25588c..000000000000 --- a/x11-wm/afterstep-stable/files/patch-src-afterstep-functions.c +++ /dev/null @@ -1,20 +0,0 @@ -$FreeBSD$ - ---- src/afterstep/functions.c.orig Sat Feb 19 21:12:04 2005 -+++ src/afterstep/functions.c Sat Feb 19 21:12:25 2005 -@@ -1441,6 +1441,7 @@ - } - if( realfilename == NULL ) - { -+ char default_template[128]; - char capture_file_name[80]; - if (data->func == F_TAKE_WINDOWSHOT) - { -@@ -1454,7 +1455,6 @@ - { - strcpy(capture_file_name, DEFAULT_CAPTURE_SCREEN_FILE); - } -- char default_template[128]; - sprintf(&(default_template[0]), strcat(capture_file_name, ".%lu.png"), time(NULL)); - realfilename = PutHome(&(default_template[0])); - compress = "9" ; -- cgit v1.2.3