[Tracker] Uninitialized variable in tracker-files.c



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]