IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11334


Ignore:
Timestamp:
Jan 26, 2007, 4:06:30 PM (19 years ago)
Author:
eugene
Message:

don't free page before setting book words

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/ipptool2book.c

    r11232 r11334  
    179179      }
    180180
     181      // add the fixed words to the page
     182      for (i = 0; i < setWordN; i++) {
     183        BookSetWord (page, setWordList[i], setWordValue[i]);
     184      }
     185
    181186      if (Unique) {
    182187        /* search for an existing page with this name
     
    196201      }
    197202
    198       // add the fixed words to the page
    199       for (i = 0; i < setWordN; i++) {
    200         BookSetWord (page, setWordList[i], setWordValue[i]);
    201       }
    202 
    203203      onPage = FALSE;
    204204      continue;
Note: See TracChangeset for help on using the changeset viewer.