Ignore:
Timestamp:
2010-07-07T19:18:19+02:00 (14 years ago)
Author:
bastiK
Message:

see #5220 - Timestamp and GPS tags fail to load from HTC Tattoo images

File:
1 edited

Legend:

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

    r3336 r3365  
    204204        osmWriter.footer();
    205205        osmWriter.out.flush();
    206         return swriter.toString();
     206        String s = swriter.toString();
     207        System.err.println("OsmApi/toXml:\n"+s+"_|");
     208        return s;
    207209    }
    208210
Note: See TracChangeset for help on using the changeset viewer.