mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
Change home of project PR: 86554 Submitted by: Jonathan <afarsec@012.net.il> Approved by: pav (mentor), natey@natey.com (maintainer)
21 lines
546 B
C
21 lines
546 B
C
--- lspst.c.orig Sun Sep 25 13:39:52 2005
|
|
+++ lspst.c Sun Sep 25 14:24:31 2005
|
|
@@ -37,7 +37,9 @@
|
|
char *rfc2426_escape(char *str);
|
|
char *rfc2445_datetime_format(FILETIME *ft);
|
|
// }}}1
|
|
+#ifndef DEBUG_MAIN
|
|
#define DEBUG_MAIN(x) debug_print x;
|
|
+#endif // DEBUG_MAIN
|
|
// int main(int argc, char** argv) {{{1
|
|
int main(int argc, char** argv) {
|
|
|
|
@@ -47,7 +49,7 @@
|
|
pst_desc_ll *d_ptr;
|
|
char *temp = NULL; //temporary char pointer
|
|
int skip_child = 0;
|
|
- struct file_ll *f, *head;
|
|
+ struct file_ll *f = NULL, *head;
|
|
// }}}2
|
|
|
|
if (argc <= 1)
|