← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/fix-archive-dateTime into lp:zorba

 

> There's a bug that arises in Windows in archive_module.cpp lines 309 to 312
> from this
> 
>       if (theCompression != "GZIP" &&
> #ifndef WIN32
>           theCompression != "BZIP2" &&
>           theCompression != "LZMA"
> #endif
>         )
> 
> to this
> 
>       if (theCompression != "GZIP"
> #ifndef WIN32
>           && theCompression != "BZIP2"
>           && theCompression != "LZMA"
> #endif
>         )
Thanks. This should be fixed now.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix-archive-dateTime/+merge/117977
Your team Zorba Coders is subscribed to branch lp:zorba.


References