1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/Win32API/Win32API.c (Win32API_Call): typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
H_Konishi 2002-08-30 12:02:04 +00:00
parent 7dd7d17091
commit 417231cdfe
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Aug 30 20:58:54 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
* ext/Win32API/Win32API.c (Win32API_Call): typo.
Fri Aug 30 19:45:52 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>
* variable.c (rb_const_assign): st_delete() takes pointer to key.

View file

@ -249,7 +249,7 @@ Win32API_Call(argc, argv, obj)
} else {
StringValue(str);
rb_str_modify(str);
pParam = StringValuePtr(str)
pParam = StringValuePtr(str);
}
#if defined(_MSC_VER) || defined(__LCC__)
#if defined(_M_IX86)