Ignore:
Timestamp:
Jan 15, 2013, 3:28:53 AM (12 years ago)
Author:
alloc
Message:

AEI2:

  • Sanitizing level file names for MacOS (level*_Final.#)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/backend/unpack/Unpacker.java

    r615 r619  
    8585                                        t.join();
    8686                                } catch (InterruptedException e) {
    87                                         // TODO Auto-generated catch block
    8887                                        e.printStackTrace();
    8988                                }
     
    9695                                                FileUtils.deleteDirectory(target);
    9796                                        } catch (IOException e) {
    98                                                 // TODO Auto-generated catch block
    9997                                                e.printStackTrace();
    10098                                        }
     
    172170                                                                zf.close();
    173171                                                } catch (IOException e) {
    174                                                         // TODO Auto-generated catch block
    175172                                                        e.printStackTrace();
    176173                                                }
Note: See TracChangeset for help on using the changeset viewer.