original dbReportDev.patch
This commit is contained in:
13
dbReportDev.patch
Normal file
13
dbReportDev.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
=== modified file 'src/dbStatic/dbStaticLib.c'
|
||||
--- src/dbStatic/dbStaticLib.c 2011-11-29 22:14:19 +0000
|
||||
+++ src/dbStatic/dbStaticLib.c 2012-05-21 19:58:55 +0000
|
||||
@@ -4060,7 +4060,7 @@
|
||||
DBENTRY *pdbentry=&dbentry;
|
||||
long status;
|
||||
char busName[40];
|
||||
- char linkValue[40];
|
||||
+ char linkValue[messagesize];
|
||||
char dtypValue[40];
|
||||
char cvtValue[40];
|
||||
int ilink,nlinks;
|
||||
|
||||
@@ -4060,7 +4060,7 @@ void epicsShareAPI dbReportDeviceConfig(dbBase *pdbbase,FILE *report)
|
||||
DBENTRY *pdbentry=&dbentry;
|
||||
long status;
|
||||
char busName[40];
|
||||
char linkValue[40];
|
||||
char linkValue[messagesize];
|
||||
char dtypValue[40];
|
||||
char cvtValue[40];
|
||||
int ilink,nlinks;
|
||||
|
||||
Reference in New Issue
Block a user