IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18326 for trunk/Ohana


Ignore:
Timestamp:
Jun 26, 2008, 8:40:55 AM (18 years ago)
Author:
eugene
Message:

supply name to kapa window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.data/open_kapa.c

    r16435 r18326  
    108108
    109109    if (!strncmp (kapa_exec, "unix://", 7)) {
    110         fd = KapaOpenNamedSocket (&kapa_exec[7], "psphot");
     110        fd = KapaOpenNamedSocket (&kapa_exec[7], kapa_name);
    111111    } else {
    112112        fd = KapaOpen (kapa_exec, kapa_name);
Note: See TracChangeset for help on using the changeset viewer.