14 lines
390 B
Diff
14 lines
390 B
Diff
=== 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;
|
|
|