bug fix on error print string

This commit is contained in:
Janet B. Anderson
1992-09-14 14:26:54 +00:00
parent 7395e6873d
commit 2db4dee39a
+1 -1
View File
@@ -286,7 +286,7 @@ static long process(pbo)
default :
status=-1;
recGblRecordError(S_db_badField,(void *)pbo,
"ao:process Illegal IVOA field");
"bo:process Illegal IVOA field");
}
}