slackbuilds_ponce/libraries/xawplus/locpixmap-fix.patch
Bojan Popovic d3284345f2 libraries/xawplus: Added (more modern clone of Xaw library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-12-29 22:25:36 -05:00

18 lines
440 B
Diff

--- XawPlus/LocPixmap.c.orig Wed May 30 21:14:07 2007
+++ XawPlus/LocPixmap.c Wed May 30 21:14:31 2007
@@ -173,6 +173,7 @@
} /* if */
}
+static char **split_path_string();
/*
* XawLocatePixmapFile - read a pixmap file using the normal defaults
@@ -195,7 +196,6 @@
char **file_paths = NULL;
char filename[MAXPATHLEN];
int i;
- static char **split_path_string();
char *name;
XpmAttributes attributes;