That word might even exist, who knows?
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7785 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -417,7 +417,7 @@ notify_dynamic_consumer(pnp_node_info *node, const char *pattern,
|
|||||||
TRACE(("notify_dynamic_consumer(pattern=%s, has_normal_driver=%d)\n",
|
TRACE(("notify_dynamic_consumer(pattern=%s, has_normal_driver=%d)\n",
|
||||||
pattern, *has_normal_driver));
|
pattern, *has_normal_driver));
|
||||||
|
|
||||||
// we need three buffers - allocate them at once for simpliness
|
// we need three buffers - allocate them at once for simplicity
|
||||||
buffers = malloc(3 * (PATH_MAX + 1));
|
buffers = malloc(3 * (PATH_MAX + 1));
|
||||||
if (buffers == NULL)
|
if (buffers == NULL)
|
||||||
return B_NO_MEMORY;
|
return B_NO_MEMORY;
|
||||||
|
|||||||
Reference in New Issue
Block a user