Compare commits
1 Commits
stream_2_7
...
stream_2_7
Author | SHA1 | Date | |
---|---|---|---|
ea110d5047 |
@ -603,7 +603,7 @@ parseLink(const struct link *ioLink, char* filename,
|
||||
if (items <= 0)
|
||||
{
|
||||
error("%s: Empty I/O link. "
|
||||
"Forgot the leading '@' or confused INP with OUT ?\n",
|
||||
"Forgot the leading '@' or confused INP with OUT or link is too long ?\n",
|
||||
name());
|
||||
return S_dev_badInitRet;
|
||||
}
|
||||
|
Reference in New Issue
Block a user