args were in wrong order
This commit is contained in:
@@ -828,7 +828,7 @@ epicsShareFunc int epicsShareAPI asDumpHash(void)
|
||||
epicsShareFunc int epicsShareAPI asDumpHashFP(FILE *fp)
|
||||
{
|
||||
if(!asActive) return(0);
|
||||
gphDumpFP(pasbase->phash,fp);
|
||||
gphDumpFP(fp,pasbase->phash);
|
||||
return(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user