[pan2] testing commit with eclipse
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2] testing commit with eclipse
- Date: Tue, 24 Apr 2012 14:12:35 +0000 (UTC)
commit 93644affbfc6b6d8d2ff8a71cebe473e0e03e140
Author: Heinrich MÃller <henmull src gnome org>
Date: Tue Apr 24 15:59:54 2012 +0200
testing commit with eclipse
pan/tasks/encoder.cc | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/pan/tasks/encoder.cc b/pan/tasks/encoder.cc
index 25c1c69..918b407 100644
--- a/pan/tasks/encoder.cc
+++ b/pan/tasks/encoder.cc
@@ -118,12 +118,11 @@ Encoder :: do_work()
{
const int bufsz = 4096;
- char buf[bufsz], buf2[bufsz];
+ char buf[bufsz];
int cnt(1);
crc32_t crc(0);
struct stat sb;
std::string s;
- FILE* outfile, * infile ;
char cachename[4096];
FILE * fp ;
Article* tmp = article;
@@ -145,7 +144,6 @@ Encoder :: do_work()
{
g_snprintf(buf,sizeof(buf),"%s.%d",basename.c_str(), cnt);
- int enc(YENC_ENCODED);
std::ofstream out;
std::ifstream in;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]