Azpazeta Market in Windows fails to extract

Bug #1192254 reported by Adrián Arroyo Calle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Azpazeta
In Progress
Critical
Unassigned

Bug Description

Azpazeta Market in Windows fails to extract the map ZIP

Revision history for this message
Adrián Arroyo Calle (adrian-arroyocalle) wrote :

Fixed with this:
#ifdef WIN32
   if(!wxDirExists(dirname.BeforeLast('\\')))
   {
    wxMkdir(dirname.BeforeLast('\\'));
   }
#else

   if(!wxDirExists(dirname.BeforeLast('/')))
   {
    wxMkdir(dirname.BeforeLast('/'));
   }
#endif

in the extract of the ZIP file.

Changed in azpazeta:
status: Confirmed → In Progress
assignee: nobody → Adrián Arroyo Calle (adrian-arroyocalle)
assignee: Adrián Arroyo Calle (adrian-arroyocalle) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.