Ignore:
Timestamp:
2009-04-16T19:26:54+02:00 (15 years ago)
Author:
framm
Message:

fix API 0.6 upload bug, patch by Matt Amos <zerebubuth@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmApi.java

    r1525 r1529  
    293293       
    294294        CreateOsmChangeVisitor duv = new CreateOsmChangeVisitor(changeset, this);
    295         String diff = duv.getDocument();
    296295       
    297296        ArrayList<OsmPrimitive> processed = new ArrayList<OsmPrimitive>();
     
    308307        if (cancel) throw new OsmTransferCancelledException();
    309308   
     309        String diff = duv.getDocument();
    310310        String diffresult = sendRequest("POST", "changeset/" + changeset.id + "/upload", diff); 
    311311        try {
Note: See TracChangeset for help on using the changeset viewer.