IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 8, 2016, 5:10:16 PM (10 years ago)
Author:
eugene
Message:

tests towards 8-bit ascii characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/src/LoadTextlines.c

    r29539 r39626  
    3636
    3737  string = KiiRecvData (sock);
     38
     39# if (0)
     40  /** test **/
     41  free (string);
     42  ALLOCATE (string, char, 121);
     43  for (int i = 0; i < 120; i++) {
     44    string[i] = i + 160;
     45  }
     46# endif
     47 
    3848  strcpy (graph[0].textline[N].text, string);
    3949  free (string);
Note: See TracChangeset for help on using the changeset viewer.