openbsd-ports/graphics/imlib/patches/patch-gdk_imlib_utils_c
2009-01-09 16:21:42 +00:00

13 lines
434 B
Plaintext

$OpenBSD: patch-gdk_imlib_utils_c,v 1.2 2009/01/09 16:21:42 naddy Exp $
--- gdk_imlib/utils.c.orig Fri Mar 22 15:43:29 2002
+++ gdk_imlib/utils.c Fri Jan 9 17:20:41 2009
@@ -1336,7 +1336,7 @@ gdk_imlib_create_image_from_xpm_data(char **data)
{
if (line[k] != ' ')
{
- sscanf(&line[k], "%65536s", s);
+ sscanf(&line[k], "%255s", s);
k += strlen(s);
if (!strcmp(s, "c"))
iscolor = 1;