IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2006, 9:14:42 AM (20 years ago)
Author:
eugene
Message:

added check_dir_access, removed unused variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/src/IOBufferOps.c

    r7929 r8385  
    102102  /* add the output line to the given IOBuffer */
    103103 
    104   int Nbyte, status;
    105   char tmp, *line;
     104  int Nbyte;
     105  char tmp;
    106106
    107107  Nbyte = vsnprintf (&tmp, 0, format, argp);
Note: See TracChangeset for help on using the changeset viewer.