On 03/07/2013 07:03 PM, Eric Blake wrote:
On 03/07/2013 05:00 PM, Eric Blake wrote:
> On 03/07/2013 11:14 AM, Stefan Berger wrote:
>> Implement a class for file descriptor sets. This class
>> remembers the mappings of aliases to file descriptor sets
>> and maintains the number of the next-to-use file descriptor set.
>> The class also writes and reads its own XML.
>>
>> Signed-off-by: Stefan Berger <stefanb(a)linux.vnet.ibm.com>
>>
>> ---
> 'make syntax-check' failed:
>
> po_check
> --- ./po/POTFILES.in
> +++ ./po/POTFILES.in
> @@ -149,6 +149,7 @@
> src/util/virerror.c
> src/util/virerror.h
> src/util/vireventpoll.c
> +src/util/virfdset.c
> src/util/virfile.c
> src/util/virhash.c
> src/util/virhook.c
> maint.mk: you have changed the set of files with translatable diagnostics;
> apply the above patch
Also:
require_whitespace_in_translation
src/util/virfdset.c:148: _("incorrect
fdset '%s', expected positive""integer"), val);
maint.mk: missing whitespace at line split
I didn't see those because I didn't have the patches maintained by git.
Stefan