mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
be770e2770
applications. Based on Python/GNOME.
12 lines
263 B
Plaintext
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:
|