chiark / gitweb /
wip upload fixes
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 28 Jun 2009 17:44:40 +0000 (18:44 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 28 Jun 2009 17:44:40 +0000 (18:44 +0100)
pctb/commod-results-processor
pctb/convert.c
pctb/structure.c

index b604419db6cf7c3e43531fda9350fbd0eb9affea..1ae88f757426c3ad2845ecadd8546590717c0589 100755 (executable)
@@ -402,6 +402,8 @@ sub main__upload () {
     die $resp->status_line unless $resp->is_success;
 
     print "[[ ",$resp->content," ]]\n";
     die $resp->status_line unless $resp->is_success;
 
     print "[[ ",$resp->content," ]]\n";
+
+    system 'printenv|sort';
 }
 
 
 }
 
 
index 3bc7554525e9299968c26196bb19ad1f23b420d8..2a8be9bcce424d30b8010c2e504b9648add37feb 100644 (file)
@@ -231,7 +231,7 @@ int main(int argc, char **argv) {
        o_outmode_kind= omk_none;
        o_flags |= ff_singlepage;
       } else {
        o_outmode_kind= omk_none;
        o_flags |= ff_singlepage;
       } else {
-       o_outmode_kind= omk_str;
+       o_outmode_kind= omk_upload;
       }
     }
 
       }
     }
 
index de7d3ce6939844ad39644ff307b42657d666068f..1ed0710914b97827dff0cf0ca2c95e8b2e426c57 100644 (file)
@@ -553,6 +553,8 @@ Rect find_sunshine_widget(void) {
 }
 
 void find_islandname(RgbImage *ri) {
 }
 
 void find_islandname(RgbImage *ri) {
+  find_structure(page_images[0], 0);
+
   Rect sunshiner= find_sunshine_widget();
   char sunshine[MAXIMGIDENT], archisland[MAXIMGIDENT];
 
   Rect sunshiner= find_sunshine_widget();
   char sunshine[MAXIMGIDENT], archisland[MAXIMGIDENT];