Files
pkgsrc-ng/wm/tvtwm/patches/patch-ad
2013-09-26 17:14:40 +02:00

28 lines
732 B
Plaintext

$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $
Index: LocPixmap.c
===================================================================
RCS file: /home/siren/src/tvtwm/LocPixmap.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- LocPixmap.c 1999/08/08 05:46:53 1.1.1.1
+++ LocPixmap.c 1999/08/08 05:56:47 1.2
@@ -34,7 +34,6 @@
*
* Chris P. Ross
*/
-
#ifdef XPM
#include "twm.h"
@@ -223,7 +222,7 @@
switch (i) {
case 1:
- if (!(name[0] == '/' || (name[0] == '.') && name[1] == '/'))
+ if (!(name[0] == '/' || ((name[0] == '.') && name[1] == '/')))
continue;
fn = (char *) name;
try_plain_name = False;