Fossil

Check-in [89f8542973]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Remove stray blank line.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | mvAndRmFiles
Files: files | file ages | folders
SHA1: 89f8542973235f83dd697406ef9742ff80a88ba2
User & Date: mistachkin 2015-02-24 02:42:57.937
Context
2015-02-25
01:21
Correct two typos in comments. ... (check-in: b4d1c30ca3 user: mistachkin tags: mvAndRmFiles)
2015-02-24
02:42
Remove stray blank line. ... (check-in: 89f8542973 user: mistachkin tags: mvAndRmFiles)
02:41
Merge updates from trunk. ... (check-in: 11578f544c user: mistachkin tags: mvAndRmFiles)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/add.c.
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
    blob_reset(&fullName);
  }
  glob_free(pIgnore);
  glob_free(pClean);

  add_files_in_sfile(vid);
  db_end_transaction(0);

}

static void init_files_to_remove(){
  db_multi_exec("CREATE TEMP TABLE fremove(x TEXT PRIMARY KEY %s)",
                filename_collation());
}








<







327
328
329
330
331
332
333

334
335
336
337
338
339
340
    blob_reset(&fullName);
  }
  glob_free(pIgnore);
  glob_free(pClean);

  add_files_in_sfile(vid);
  db_end_transaction(0);

}

static void init_files_to_remove(){
  db_multi_exec("CREATE TEMP TABLE fremove(x TEXT PRIMARY KEY %s)",
                filename_collation());
}