Skip to content

Instantly share code, notes, and snippets.

View hippietrail's full-sized avatar

Andrew Dunbar hippietrail

  • Phong Nha
  • 03:25 (UTC +07:00)
View GitHub Profile
From 32339a202769c7474ee51c82cf4703cec67dbbc5 Mon Sep 17 00:00:00 2001
From: Mark Chandler <mark@moddb.com>
Date: Mon, 30 Aug 2010 20:40:59 -0700
Subject: [PATCH] Fixes bug when offset is over 32bits but node.js returns -1 instead of correct offset
---
src/node_file.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/node_file.cc b/src/node_file.cc