Merge branch 'master' of git://github.com/briancsparks/node-curl
This commit is contained in:
commit
ce4a60be91
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class NodeCurl
|
||||||
|
|
||||||
static v8::Handle<v8::Value> getinfo_int(const v8::Arguments & args)
|
static v8::Handle<v8::Value> getinfo_int(const v8::Arguments & args)
|
||||||
{
|
{
|
||||||
return getinfo<int, v8::Integer>(args);
|
return getinfo<long, v8::Integer>(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
static v8::Handle<v8::Value> getinfo_str(const v8::Arguments & args)
|
static v8::Handle<v8::Value> getinfo_str(const v8::Arguments & args)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue