On Friday, November 23, 2012 18:45:04 David Arendt wrote:
>   for (i = 0; i < attrslen; i+= strlen(&attrs[i]) + 1)
>   {
>     printf("processing attribute %s\n", &attrs[i]);
> 
>     valuelen = lgetxattr(argv[1], &attrs[i], value, 1024);
> 
>     if (valuelen < 0);
  Hmmm ----------------^



-- 
Garry T. Williams

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to