You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
Using win7 64bits + sublime text 3.
When I try to copy the following line of code in RTF the plugin_host hangs using all the cpu (thread).
printf("%d meters= %.3f km\n", m, km);
At least here it seems to be caused by the usage of the "%.3f", since it works with just the usual %f.
The text was updated successfully, but these errors were encountered: