From 98bd3a7e610752b90b9f9257c4c65f3b25563a19 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 12 Oct 2016 14:32:05 -0500 Subject: [PATCH] Updated to more recent variable name --- src/node-curl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node-curl.h b/src/node-curl.h index 175e492..7fbecfd 100644 --- a/src/node-curl.h +++ b/src/node-curl.h @@ -81,7 +81,7 @@ class NodeCurlHttppost last->contenttype = value; break; case FILE: - last->flags |= HTTPPOST_FILENAME; + last->flags |= CURL_HTTPPOST_FILENAME; case CONTENTS: last->contents = value; last->contentslength = length;