swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] swfc from stdin


From: Jean Thierry-Mieg
Subject: [Swftools-common] swfc from stdin
Date: Wed, 11 Oct 2006 20:34:54 -0400 (EDT)

    how do we make swfc work as a pipe
    The following 3 fixes will let swfc read its data from stdin
    what i do not know is how to fix the output, since it seems that swc
    may export several files at once, is this impression correct,
    if yes when would that happen ?
    the source code i used is swftools-0.7.0/
    the fix affects parser.lex
    16:  FILE*fi = filename ? fopen(filename, "rb") : stdin ;/* mieg, 
2006_10_11 if 
    !filename, use stdin */
    344:    if (filename) fclose(fi); /* mieg, 2006_10_11 if !filename, use 
stdin */
    and swfc.c 
    swfc.c:3144:    if(0 && !filename) {   /* mieg, 2006_10_11 if !filename, 
use 
    stdin */
    may be these could be patched in ?
    jean
    
    
 Jean Thierry-Mieg
    NCBI. NLM. NIH Bldg 38A
    8600 Rockville Pike
    Bethesda, MD 20894, USA
    Tel   1 (301) 435 49 21   Fax   1 (301) 480 92 41
    




reply via email to

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