emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow a


From: Andreas Schwab
Subject: Re: Willing to debug bug #3542 (23.0.94; File access via UNC path slow again under Windows)
Date: Mon, 13 Jul 2009 23:04:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.96 (gnu/linux)

Eli Zaretskii <address@hidden> writes:

> Aha.  But it sounds like it's not just me who is confused.  Here's
> just two examples:
>
>   From doc.c:
>
>       strp = SDATA (string);
>       while (strp < SDATA (string) + SBYTES (string))
>
>   (why not "while *strp"?)

Just because strings are always NUL terminated does not mean that every
NUL terminates a string.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]