[Webkit-unassigned] [Bug 27406] Minor FrameLoader.cpp cleanup
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jul 18 10:59:55 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27406
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #7 from Adam Barth <abarth at webkit.org> 2009-07-18 10:59:54 PDT ---
abarth at zenque:~/tmp/sizeof$ cat main.c
#include <stdio.h>
#include <string.h>
int main(void) {
printf("%d\n", sizeof("A long string that has many bytes") - 1);
printf("%d\n", strlen("A long string that has many bytes"));
return 0;
}
abarth at zenque:~/tmp/sizeof$ gcc main.c
abarth at zenque:~/tmp/sizeof$ ./a.out
33
33
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list