# | Line 139 | Line 139 | static void *getplugin(void **data, cons | |
---|---|---|
139 | if(!initialized) | |
140 | { | |
141 | initialized = true; | |
142 | < | InitAll(0, NULL); |
142 | > | int argc = 0; |
143 | > | char **argv = NULL; |
144 | > | InitAll(argc, argv); |
145 | } | |
146 | if (strncasecmp(filename, MY_URL_HEADER, MY_URL_HEADER_LEN) == 0) { | |
147 | // name starts with "sid://", extract file name |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |