Ignore:
Timestamp:
10/02/06 20:41:38 (18 years ago)
Author:
r2d
Message:
  • mppenc can be compiled *but* doesn't work (segfault)
  • some variables are not initialized in the libs structs - TO BE FIXED
  • I have duplicated some (one ?) variables in the libs structs and the dup variables in libmpcenc are not used (and not initialized) - TO BE FIXED
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcenc/tools.c

    r64 r65  
    3434
    3535#include "libmpcenc.h"
     36
     37// READ    returns -1 or 0 on error/EOF, otherwise > 0
     38#define READ(fp,ptr,len)       fread  (ptr, 1, len, fp)
    3639
    3740#if defined HAVE_INCOMPLETE_READ  &&  FILEIO != 1
Note: See TracChangeset for help on using the changeset viewer.