From 577dfe112f60c426fbf4a160c4c9f30702158bc0 Mon Sep 17 00:00:00 2001 From: nishi Date: Fri, 7 Jun 2024 10:27:23 +0000 Subject: [PATCH] fix modem git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@187 d4a5a174-5a4a-5b4b-b672-37683c10d7d5 --- PKGBUILD | 4 ++-- Server/hayes.c | 2 +- increment-PKGBUILD | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e8d7bcb..9d7bf1b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,9 +5,9 @@ pkgver='0.1.0' pkgdesc='Database System' arch=('i686' 'x86_64') license=('BSD') -pkgrel='27' +pkgrel='28' makedepends=('byacc') -source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=186') +source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=187') sha256sums=('SKIP') build() { diff --git a/Server/hayes.c b/Server/hayes.c index 45e12ad..e566e95 100644 --- a/Server/hayes.c +++ b/Server/hayes.c @@ -234,7 +234,7 @@ char* readline_sock(int sock) { printf("Disconnected\n"); connected = false; } - return connected ? modem_response() : NULL; + return connected ? resp : NULL; } void writeline(int sock, const char* str) { diff --git a/increment-PKGBUILD b/increment-PKGBUILD index 9902f17..f04c001 100644 --- a/increment-PKGBUILD +++ b/increment-PKGBUILD @@ -1 +1 @@ -28 +29 -- 2.43.0