On 09/27/2013 06:17 PM, ollie wrote:
On line 402 of src/gio/DesktopAppInfo.d :
code
The
foreach
part withp[0..]
doesn't compile. Could we use Str.toStringArray instead? Though it looks like that function limits you to ten strings from agchar**
.
Fixed:
https://github.com/gtkd-developers/GtkD/commit/842a484115a800dfc8fd042092e83eef7094016d.
How is toStringArray limited to 10 strings?