Don't use '0' for string arguments which should be empty...
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
cd ${TOP}
|
||||
|
||||
## Register all support components
|
||||
dbLoadDatabase("dbd/_APPNAME_.dbd",0,0)
|
||||
dbLoadDatabase("dbd/_APPNAME_.dbd")
|
||||
_APPNAME__registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
## Load record instances
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#< envPaths
|
||||
|
||||
## Register all support components
|
||||
dbLoadDatabase("dbd/_APPNAME_.dbd",0,0)
|
||||
dbLoadDatabase("dbd/_APPNAME_.dbd")
|
||||
_APPNAME__registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
## Load record instances
|
||||
|
||||
Reference in New Issue
Block a user