From e804d44934ee29d07a34b58f852c750cb8d35da3 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Sun, 7 Mar 2010 17:54:57 -0800 Subject: [PATCH] Slight error in my sprintf change. Fixed here. --- CommonJS/bin/press | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonJS/bin/press b/CommonJS/bin/press index 9ad00a671..8b7c28283 100755 --- a/CommonJS/bin/press +++ b/CommonJS/bin/press @@ -238,7 +238,7 @@ function pressEnvironment(rootPath, outputFiles, environment, options) { total++; totalBytes += aFileExecutable.code().length }, this); - stream.print(ObjectiveJ.sprintf( + stream.print(_OBJJ.sprintf( "Saved \0green(%f%%\0) (\0blue(%s\0)); Total required files: \0magenta(%d\0) (\0blue(%s\0)) of \0magenta(%d\0) (\0blue(%s\0));", Math.round(((includedBytes - totalBytes) / totalBytes) * -100), bytesToString(totalBytes - includedBytes),