Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r782 committed - Patch for OSXLion compilation error suggested by Ian Gable

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r782 committed - Patch for OSXLion compilation error suggested by Ian Gable


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r782 committed - Patch for OSXLion compilation error suggested by Ian Gable
  • Date: Fri, 31 Aug 2012 19:30:35 +0000

Revision: 782
Author:

Date: Fri Aug 31 12:30:23 2012
Log: Patch for OSXLion compilation error suggested by Ian Gable
http://code.google.com/p/ndt/source/detail?r=782

Modified:
/trunk/src/utils.c

=======================================
--- /trunk/src/utils.c Mon Apr 30 13:46:39 2012
+++ /trunk/src/utils.c Fri Aug 31 12:30:23 2012
@@ -120,7 +120,7 @@

void err_sys(char* s) {
perror(s);
- return -1;
+ /* return -1; */
}

/**


  • [ndt-dev] [ndt] r782 committed - Patch for OSXLion compilation error suggested by Ian Gable, ndt, 08/31/2012

Archive powered by MHonArc 2.6.16.

Top of Page