IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2007, 2:58:06 PM (19 years ago)
Author:
eugene
Message:

protecting strings in logic expressions with double quotes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/register.pro

    r14579 r14681  
    133133    # look for new images in regPendingImfile
    134134    book getpage regPendingImfile 0 -var pageName -key pantaskState INIT
    135     if ($pageName == NULL) break
     135    if ("$pageName" == "NULL") break
    136136
    137137    book setword regPendingImfile $pageName pantaskState RUN
     
    247247    # look for new images in regPendingExp (pantaskState == INIT)
    248248    book getpage regPendingExp 0 -var pageName -key pantaskState INIT
    249     if ($pageName == NULL) break
     249    if ("$pageName" == "NULL") break
    250250
    251251    book setword regPendingExp $pageName pantaskState RUN
Note: See TracChangeset for help on using the changeset viewer.