Changeset 2553

Show
Ignore:
Timestamp:
2006-11-24 16:43:28 (2 years ago)
Author:
conrad
Message:

switch some C++ comments to C style (remove compile warning)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libannodex/trunk/src/libannodex/anx_import.c

    r2551 r2553  
    5959#endif 
    6060 
    61 //#define DEBUG 
     61/* #define DEBUG */ 
    6262 
    6363static AnxList * importer_plugins = NULL; 
  • libannodex/trunk/src/libannodex/anx_read.c

    r2542 r2553  
    548548 
    549549  annodex->current_serialno = serialno; 
    550   annodex->current_granule = oggz_tell_granulepos(oggz); //op->granulepos; 
     550  annodex->current_granule = oggz_tell_granulepos(oggz); /* op->granulepos; */ 
    551551 
    552552#ifdef DEBUG 
  • libannodex/trunk/src/libannodex/anx_write.c

    r2552 r2553  
    12001200          anx_command_get_time_offset (annodex, annodex->pending_command); 
    12011201 
    1202       //current_offset = anx_tell_time (annodex); 
     1202      /* current_offset = anx_tell_time (annodex); */ 
    12031203      anx_writer_get_soonest_media(annodex, &current_offset); 
    12041204