Navigation Menu

Skip to content

Commit

Permalink
Compilation error, oops. Fortunately nobody else is working on this ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Sep 20, 2002
1 parent 176f082 commit 2574c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com/gallery/GalleryRemote/GalleryComm.java
Expand Up @@ -321,7 +321,7 @@ public boolean uploadFile(File file) {

if (rsp.getStatusCode() >= 300 && rsp.getStatusCode() < 400) {
// retry, the library will have fixed the URL
rsp = mConnection.Post(loginPage, form_data);
rsp = mConnection.Post(savePage, data, hdrs);
}

if (rsp.getStatusCode() >= 400) {
Expand Down

0 comments on commit 2574c0b

Please sign in to comment.