Introduction
Introduction Statistics Contact Development Disclaimer Help
smu handles big files correctly now. - smu - smu - simple markup (Markdown) pro…
git clone git://git.codemadness.org/smu
Log
Files
Refs
README
LICENSE
---
commit f6967fe5819b82c722fe4270c55f1ea1cb9c7fae
parent 9bb4f5d434e82d31fdc2d95450f0727ec64be214
Author: [email protected] <[email protected]>
Date: Mon, 14 Jan 2008 13:43:25 +0100
smu handles big files correctly now.
Diffstat:
M smu.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/smu.c b/smu.c
@@ -517,8 +517,8 @@ process(const char *begin, const char *end, int newblock) {
int
main(int argc, char *argv[]) {
char *buffer;
- int s, len;
- unsigned int bsize;
+ int s;
+ unsigned long len, bsize;
source = stdin;
if(argc > 1 && strcmp("-v", argv[1]) == 0)
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.