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
sam compiles out of the box on Cygwin, but hangs when opening files. I traced the problem to the test on WEOF following the assignment of fgetwc to a wchar_t. The following patch fixes the problem, and believe the original code is actually wrong on all systems, not only on Cygwin.
sam compiles out of the box on Cygwin, but hangs when opening files. I traced the problem to the test on WEOF following the assignment of fgetwc to a wchar_t. The following patch fixes the problem, and believe the original code is actually wrong on all systems, not only on Cygwin.
The text was updated successfully, but these errors were encountered: