[Tracker] Uninitialized variable in tracker-files.c
- From: Luca Ferretti <elle uca libero it>
- To: tracker-list gnome org
- Subject: [Tracker] Uninitialized variable in tracker-files.c
- Date: Mon, 08 Dec 2008 20:54:22 +0100
I was checking tracker-utils/*c due to some localization issues (more on
this later). In tracker-files.c shouldn't it be:
static gint limit = 512;
-static gint offset;
+static gint offset = 0;
??
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]