IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 26, 2006, 1:14:47 PM (20 years ago)
Author:
eugene
Message:

removed IMAGE_CATALOG from config, finished proper-motion additions, minor fixes in graphing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/LoadLabels.c

    r5852 r6684  
    1414  label = KiiRecvData (sock);
    1515
    16   Nbytes = MIN (strlen(label), 127);
     16  bzero (layout[0].label[mode].text, LABEL_MAXLEN);
     17
     18  Nbytes = MIN (strlen(label), LABEL_MAXLEN - 1);
    1719  strncpy (layout[0].label[mode].text, label, Nbytes);
    1820  label[Nbytes] = 0;
Note: See TracChangeset for help on using the changeset viewer.