Просмотр исходного кода

dpkg: Rename showdiff() to show_diff()

Guillem Jover лет назад: 12
Родитель
Сommit
cb455941d7
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/configure.c

+ 2 - 2
src/configure.c

@@ -195,7 +195,7 @@ show_prompt(const char *cfgfile, const char *realold, const char *realnew,
  * @param new The path to the new file.
  * @param new The path to the new file.
  */
  */
 static void
 static void
-showdiff(const char *old, const char *new)
+show_diff(const char *old, const char *new)
 {
 {
 	pid_t pid;
 	pid_t pid;
 
 
@@ -289,7 +289,7 @@ promptconfaction(struct pkginfo *pkg, const char *cfgfile,
 
 
 		/* FIXME: Say something if silently not install. */
 		/* FIXME: Say something if silently not install. */
 		if (cc == 'd')
 		if (cc == 'd')
-			showdiff(realold, realnew);
+			show_diff(realold, realnew);
 
 
 		if (cc == 'z')
 		if (cc == 'z')
 			spawn_shell(realold, realnew);
 			spawn_shell(realold, realnew);