|
@@ -10388,7 +10388,7 @@ void *probe_device_thread(void *p)
|
|
|
struct lowlevel_device_info *info = infolist;
|
|
struct lowlevel_device_info *info = infolist;
|
|
|
|
|
|
|
|
{
|
|
{
|
|
|
- char threadname[5 + strlen(info->devid) + 1];
|
|
|
|
|
|
|
+ char threadname[6 + strlen(info->devid) + 1];
|
|
|
sprintf(threadname, "probe_%s", info->devid);
|
|
sprintf(threadname, "probe_%s", info->devid);
|
|
|
RenameThread(threadname);
|
|
RenameThread(threadname);
|
|
|
}
|
|
}
|