Post Reply 
(Free42) Program export - bug?
02-07-2018, 03:09 PM
Post: #4
RE: (Free42) Program export - bug?
(02-07-2018 03:05 PM)Werner Wrote:  Yes, the PGM catalog is ok. And I definitely have more than 1024 bytes of program names ;-)
Werner

I just checked the sources, and the iPhone version is the only one with that small a buffer; I used 10000-byte buffers in all the other ones. Also note that the 1024-byte limit also applies in the iOS version's built-in HTTP server.

So, I guess increasing those buffer sizes to 10000 would go a long way, but I'll take a look at having core_list_programs() allocate / grow the buffer itself rather than filling a pre-allocated one, and fix this problem once and for all.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
(Free42) Program export - bug? - Werner - 02-07-2018, 11:56 AM
RE: (Free42) Program export - bug? - Thomas Okken - 02-07-2018 03:09 PM



User(s) browsing this thread: 1 Guest(s)