mfp / extprot

extprot: extensible binary protocols for cross-language communication and long-term serialization
Other
209 stars 9 forks source link

extprotc should be more careful with output file #1

Closed ygrek closed 13 years ago

ygrek commented 13 years ago

echo hello world > q.ml extprotc q.ml

Result : q.ml is empty and no errors are printed. extprotc should be more careful when choosing output filename.

mfp commented 13 years ago

Thanks for the report, just pushed an input file overwrite check.