project_files/Android-build/SDL-android-project/src/org/hedgewars/hedgeroid/Downloader/DownloadPackage.java
changeset 7586 33924ff4af50
parent 7584 7831c84cc644
child 10017 de822cd3df3a
equal deleted inserted replaced
7584:7831c84cc644 7586:33924ff4af50
   135 						}catch (NumberFormatException e){
   135 						}catch (NumberFormatException e){
   136 							e.printStackTrace();
   136 							e.printStackTrace();
   137 							version = -1;
   137 							version = -1;
   138 						}
   138 						}
   139 					}else if(name.equals("path")){
   139 					}else if(name.equals("path")){
   140 						path = FileUtils.getDataPath(c) + text;
   140 						path = FileUtils.getDataPathFile(c, text).getAbsolutePath();
   141 					}else if(name.equals("representation")){
   141 					}else if(name.equals("representation")){
   142 						representation = text;
   142 						representation = text;
   143 					}else if(name.equals("description")){
   143 					}else if(name.equals("description")){
   144 						description = text;
   144 						description = text;
   145 					}else if(name.equals("uniqueid")){
   145 					}else if(name.equals("uniqueid")){