mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
fix typo in daputil.c
This commit is contained in:
parent
42d93127cc
commit
9894f6f1ce
4
cf
4
cf
@ -2,7 +2,7 @@
|
||||
#X="-x"
|
||||
|
||||
#HDF5=1
|
||||
#DAP=1
|
||||
DAP=1
|
||||
#CDMR=1
|
||||
#RPC=1
|
||||
|
||||
@ -15,7 +15,7 @@ cmds=""
|
||||
cmds="all"
|
||||
#cmds="all check"
|
||||
#cmds="all dist"
|
||||
#cmds="all distcheck"
|
||||
cmds="all distcheck"
|
||||
|
||||
# Default cases
|
||||
PREFIX="/tmp/install/${HOST}"
|
||||
|
@ -22,9 +22,9 @@ static char* makepathstring3(CDFnode* var, const char* separator, int ocify);
|
||||
|
||||
/**************************************************/
|
||||
/**
|
||||
* Provide a hidden interface to allow utilities*/
|
||||
* to check if a given path name is really an ncdap3 url.*/
|
||||
* If no, return null, else return basename of the url*/
|
||||
* Provide a hidden interface to allow utilities
|
||||
* to check if a given path name is really an ncdap3 url.
|
||||
* If no, return null, else return basename of the url
|
||||
* minus any extension.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user