Revision: 16971 http://pure-data.svn.sourceforge.net/pure-data/?rev=16971&view=rev Author: eighthave Date: 2013-01-23 04:23:55 +0000 (Wed, 23 Jan 2013) Log Message: ----------- allocate byte for null terminator, fixing issue sometimes loading startup libs
Sometimes libs in the startup folder were not loading because resolved_path was not being terminated, and the strrchr() would then return the wrong position and give some garbage.
Modified Paths: -------------- branches/pd-extended/0.43/pd/src/s_main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.