~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to tools/lvm.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        /* Initialise if this is a new completion attempt */
61
61
        if (!state) {
62
62
                char *s = rl_line_buffer;
63
 
                int j = 0;
 
63
                int j;
64
64
 
65
65
                match_no = 0;
66
66
                com = NULL;
167
167
 
168
168
        stifle_history(find_config_tree_int(cmd, "shell/history_size",
169
169
                                       DEFAULT_MAX_HISTORY));
170
 
 
171
170
}
172
171
 
173
172
static void _write_history(void)