From 5f488b4eb27ce5c6345d83ab3d95dd82271c3afa Mon Sep 17 00:00:00 2001 From: Matthias Ruester Date: Wed, 16 May 2012 08:16:04 +0200 Subject: [PATCH] beesep: translate german variable name into english --- src/beesep.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/beesep.c b/src/beesep.c index 0bd601f..a2ec8ad 100644 --- a/src/beesep.c +++ b/src/beesep.c @@ -31,7 +31,7 @@ int main(int argc, char** argv) char gl=0; /* equal sign */ char dp=0; /* colon */ int dp_pos=0; /* position of last colon */ - int strlaenge=0; + int length=0; int i=0; if(argc<2) { @@ -68,10 +68,10 @@ int main(int argc, char** argv) } /* save tokens in an array and print them */ - strlaenge=i; + length=i; i=0; gl=0; - while(i