1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/devel/veepee/files/patch-ad
Maxim Sobolev be770e2770 Add VeePee - user orientated scripting environment for embedding in
applications. Based on Python/GNOME.
2000-08-02 13:30:29 +00:00

12 lines
263 B
Plaintext

--- pylib/appwin.c 2000/08/02 11:59:43 1.1
+++ pylib/appwin.c 2000/08/02 11:59:48
@@ -224,7 +224,7 @@
/* If this is the default window then also set sys.argv. */
- if (ptr == NULL)
+ if ((ptr == NULL) && (argc != 0))
PySys_SetArgv(argc,argv);
unlock: