ports/graphics/makehuman/files/patch-src-io.c
Pav Lucistnik 40ab72818c MakeHuman(C) is an open-source, open graphics library, stand-alone,
multi-platform, software program, which is completely written in C
language. Its purpose is to provide a versatile, professional and
extremely specialized application for parametrical modeling of
three-dimensional humanoid characters.

WWW: http://www.makehuman.org/

PR:		ports/94581
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-03-18 23:40:42 +00:00

19 lines
344 B
C

--- src/io.c.orig Mon Mar 6 12:18:00 2006
+++ src/io.c Mon Mar 6 12:19:50 2006
@@ -409,6 +409,7 @@
util = strtok (NULL, token);
value = atof(util);
+ {
#ifdef HAVE_CONFIG_H
char tmp[MAX_PATH];
strcpy (tmp, PACKAGE_DATA_DIR"/");
@@ -422,6 +423,7 @@
display();
}
//printf("Eccoci\n");
+ }
}