This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "A serial program loader for the Dreamcast.".
The branch, master has been updated
via a588add704d8d271b4c729043d829733db139aa9 (commit)
via 8cae12c2eee6d5859898524ff08f87bd615dcb83 (commit)
from 9d0777ed7d74e809c314fb10c3c8cf3d694f1085 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a588add704d8d271b4c729043d829733db139aa9
Merge: 9d0777e 8cae12c
Author: darcagn <da...@pr...>
Date: Wed Aug 30 11:50:24 2023 -0500
Merge pull request #20 from Tchan0/fix_missing_oldspeed
dc-tool.c: add variable declaration for new variable "oldspeed"
commit 8cae12c2eee6d5859898524ff08f87bd615dcb83
Author: Tchan0 <617...@us...>
Date: Wed Aug 30 18:21:00 2023 +0200
Update dc-tool.c
fix for missing variable that was added in previous merge request
-----------------------------------------------------------------------
Summary of changes:
host-src/tool/dc-tool.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/host-src/tool/dc-tool.c b/host-src/tool/dc-tool.c
index fe21d45..f27e72b 100644
--- a/host-src/tool/dc-tool.c
+++ b/host-src/tool/dc-tool.c
@@ -605,6 +605,7 @@ int open_serial(char *devicename, unsigned int speed, unsigned int *speedtest) {
*speedtest = speed;
#ifndef _WIN32
speed_t baudconst;
+ unsigned int oldspeed;
dcfd = open(devicename, O_RDWR | O_NOCTTY);
if(dcfd < 0) {
hooks/post-receive
--
A serial program loader for the Dreamcast.
|