Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:26
erlang
0348-Add-missing-newline-at-the-end-of-the-slog...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0348-Add-missing-newline-at-the-end-of-the-slogan-for-Ctr.patch of Package erlang
From 1f65964e5d2db6544e542bc93b0292211d81ea46 Mon Sep 17 00:00:00 2001 From: Brujo Benavides <elbrujohalcon@gmail.com> Date: Thu, 5 Sep 2024 15:36:42 +0200 Subject: [PATCH] Add missing newline at the end of the slogan for Ctrl-c A --- erts/emulator/beam/break.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/emulator/beam/break.c b/erts/emulator/beam/break.c index c49082fb43..9d9cfdf4dc 100644 --- a/erts/emulator/beam/break.c +++ b/erts/emulator/beam/break.c @@ -613,7 +613,7 @@ do_break(void) */ erts_exit(0, ""); case 'A': /* Halt generating crash dump */ - erts_exit(ERTS_ERROR_EXIT, "Crash dump requested by user"); + erts_exit(ERTS_ERROR_EXIT, "Crash dump requested by user\n"); case 'c': return; case 'p': -- 2.43.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor