forked from e16/e16
1
0
Fork 0

64-bit fix from Bob Arendt.

SVN revision: 2170
This commit is contained in:
Michael Jennings 2000-03-02 19:32:17 +00:00
parent 28e5ed8ba9
commit 2a93bfc9a4
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ CommsFindCommsWindow()
&format, &num, &after, &s);
if (s)
{
comms_win = 0;
sscanf((char *)s, "%*s %x", (unsigned int *)&comms_win);
XFree(s);
}