Ticket Change Details
Not logged in
Overview

Artifact ID: 064f6e58852ff279b93bb9955c6a0fa10339d85e
Ticket: 8e6ab730f2cb3836afb6305b4c3f607fd4e835c9
compile fails in android for virtualgeojson.c though misuse of spatialite_e
User & Date: mj10777 2019-07-07 16:01:33
Changes

  1. foundin changed to: "5.0.0 beta1"
  2. icomment:
    virtualgeojson.c:2374 fails when being compiled for Android:<br>
    
    <pre>
    ..jni/libspatialite-5.0.0/src/spatialite/virtualgeojson.c:2374:18: note: 
          treat the string as an argument to avoid this
              spatialite_e (error_message);
    </pre>
    
    <hr>
    Needed correction:
    
    <pre>
     spatialite_e ("%s\n", error_message);
    </pre>
    
    as done elsewhere within virtualgeojson.c.<br>
    (see lines 2234 and 2800)<br>
    
  3. login: "mj10777"
  4. mimetype: "text/html"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to:
    compile fails in android for virtualgeojson.c though misuse of spatialite_e
    
  8. type changed to: "Code_Defect"