bug-vcdimager
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[VCDImager Bugs/Devel] bugs reports


From: Phoury Lei
Subject: [VCDImager Bugs/Devel] bugs reports
Date: Wed, 14 Mar 2001 23:44:42 -0500

1 - when I added more files, several hundreds, using --add-file option I got
an error on input stream. To make it work I added the following line

vcd_data_source_close (file);

in file vcd.c at line 657 right after

size = vcd_data_source_stat(file);


2 - it failed to add empty file, to fix it I added
  if( size == 0)
    size = ISO_BLOCKSIZE;

in file vcd.c at line 1072 right after

size = vcd_data_source_stat (source);


This is my first time reporting bugs so please let me know if prefer other
ways of reporting bugs. Thanks.

Phoury Lei




reply via email to

[Prev in Thread] Current Thread [Next in Thread]