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/camera.pro

    r14153 r14681  
    116116    # look for new images in camPendingExp (pantaskState == INIT)
    117117    book getpage camPendingExp 0 -var pageName -key pantaskState INIT
    118     if ($pageName == NULL) break
     118    if ("$pageName" == "NULL") break
    119119
    120120    book setword camPendingExp $pageName pantaskState RUN
Note: See TracChangeset for help on using the changeset viewer.