~burhanilinux/+junk/plymouth

« back to all changes in this revision

Viewing changes to debian/patches/details-remove-separator.patch

  • Committer: Juzer Dana
  • Date: 2024-01-14 13:03:08 UTC
  • Revision ID: juzerdana@gmail.com-20240114130308-urizjbjhjqmenga6
New Commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Removed explicit printing of ':'
 
2
 Removed the explicit printing of ':'. Expected to be a part of the prompt.
 
3
Author: Surbhi Palande <surbhi.palande@canonical.com>
 
4
 
 
5
Index: testbuild/src/plugins/splash/details/plugin.c
 
6
===================================================================
 
7
--- testbuild.orig/src/plugins/splash/details/plugin.c
 
8
+++ testbuild/src/plugins/splash/details/plugin.c
 
9
@@ -385,10 +385,8 @@ display_password (ply_boot_splash_plugin
 
10
                                 strlen (prompt));
 
11
         else
 
12
                 write_on_views (plugin,
 
13
-                                "Password",
 
14
-                                strlen ("Password"));
 
15
-
 
16
-        write_on_views (plugin, ":", strlen (":"));
 
17
+                                "Password:",
 
18
+                                strlen ("Password:"));
 
19
 
 
20
         for (i = 0; i < bullets; i++) {
 
21
                 write_on_views (plugin, "*", strlen ("*"));