--- Patcher.java Thu May 5 18:27:40 2005 +++ Patcher.java Thu May 5 18:27:57 2005 @@ -585,8 +585,8 @@ pair[0]= Integer.parseInt(line.substring(0, comma)); pair[1]= Integer.parseInt(line.substring(comma+1)); } else { - pair[0]= 1; - pair[1]= Integer.parseInt(line.substring(comma+1)); + pair[0]= Integer.parseInt(line.substring(comma+1)); + pair[1]= 1; } }