Changeset 33188


Ignore:
Timestamp:
02/18/15 18:59:59 (8 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/instar/instar.h

    r33186 r33188  
    207207        addchoicebox(typCam1, "0", "0");
    208208        addchoicebox(typCam1, "1", "1");
    209         setchoiceboxselection(typCam1, getconfigint("instar_1", NULL));
     209        setchoiceboxselection(typCam1, getconfig("instar_1", NULL));
    210210        changemask(ipCam1, "abcdefghijklmnopqrstuvwxyz");
    211211  changeinput(ipCam1, getlist(myconfig, "InstarCam1IP", NULL));
     
    222222        addchoicebox(typCam2, "0", "0");
    223223        addchoicebox(typCam2, "1", "1");
    224         setchoiceboxselection(typCam2, getconfigint("instar_2", NULL));
     224        setchoiceboxselection(typCam2, getconfig("instar_2", NULL));
    225225        changemask(ipCam2, "abcdefghijklmnopqrstuvwxyz");
    226226  changeinput(ipCam2, getlist(myconfig, "InstarCam2IP", NULL));
Note: See TracChangeset for help on using the changeset viewer.