[webkit-dev] webkit-dev:loadURL failed.

David Kilzer ddkilzer at webkit.org
Tue Mar 31 08:39:12 PDT 2009


Hi Partin,

Please file a bug report on <https://bugs.webkit.org/>.  Thanks!

Dave



________________________________
From: Partin-巴丁 <xytsoft at gmail.com>
To: webkit-dev at lists.webkit.org
Sent: Tuesday, March 31, 2009 3:08:45 AM
Subject: Re: [webkit-dev] webkit-dev:loadURL failed.


The project  "WinLauncher", 
file name :WinLauncher.cpp
function: loadURL()
 
following code:
   urlBStr = fileURL;
 
this will destroy the length of urlBStr, may be like this will be work:

   urlBStr = SysAllocStringLen(fileURL, fileURLLength);

Right ?
 
partin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090331/49050df2/attachment.html>


More information about the webkit-dev mailing list