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:
Axel Dörfler
2004-06-07 01:33:39 +00:00
parent c8d5cf78c9
commit 8a0d571192
+1 -1
View File
@@ -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",
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));
if (buffers == NULL)
return B_NO_MEMORY;