From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (schwarze@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.5/8.14.5) with ESMTP id s7B25shF013144 for ; Sun, 10 Aug 2014 22:05:54 -0400 (EDT) Received: (from schwarze@localhost) by krisdoz.my.domain (8.14.5/8.14.3/Submit) id s7B25sjL032139; Sun, 10 Aug 2014 22:05:54 -0400 (EDT) Date: Sun, 10 Aug 2014 22:05:54 -0400 (EDT) Message-Id: <201408110205.s7B25sjL032139@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: typo X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- typo Modified Files: -------------- mdocml: test-fts.c Revision Data ------------- Index: test-fts.c =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/test-fts.c,v retrieving revision 1.1 retrieving revision 1.2 diff -Ltest-fts.c -Ltest-fts.c -u -p -r1.1 -r1.2 --- test-fts.c +++ test-fts.c @@ -33,7 +33,7 @@ main(void) return(1); } - if (fts_close(NULL) != 0) { + if (fts_close(ftsp) != 0) { perror("fts_close"); return(1); } -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv