|
From: <kin...@us...> - 2003-11-14 17:52:02
|
Update of /cvsroot/teem/teem/src/nrrd
In directory sc8-pr-cvs1:/tmp/cvs-serv6354
Modified Files:
axis.c
Log Message:
fixed confusing typo in function documentation
Index: axis.c
===================================================================
RCS file: /cvsroot/teem/teem/src/nrrd/axis.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** axis.c 10 Nov 2003 11:02:03 -0000 1.3
--- axis.c 14 Nov 2003 17:51:59 -0000 1.4
***************
*** 357,361 ****
case nrrdAxisInfoLabel:
/* we DO NOT do the airStrdup() here because this pointer value just
! came from nrrdAxisInfoGet(), which already did the airStrdup() */
*((char**)ptr) = info.CP[d];
/* printf("!%s: got char*[%d] = |%s|\n", "nrrdAxisInfoSet", d,
--- 357,361 ----
case nrrdAxisInfoLabel:
/* we DO NOT do the airStrdup() here because this pointer value just
! came from nrrdAxisInfoGet_nva(), which already did the airStrdup() */
*((char**)ptr) = info.CP[d];
/* printf("!%s: got char*[%d] = |%s|\n", "nrrdAxisInfoSet", d,
|