]> Nishi Git Mirror - dataworks.git/commitdiff
forgot to change pkgbuild
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sun, 9 Jun 2024 13:28:04 +0000 (13:28 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Sun, 9 Jun 2024 13:28:04 +0000 (13:28 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@199 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

Client/client.c
PKGBUILD
increment-PKGBUILD

index 0ae478682099d1e4b4d8839f89283541416ed5cb..fd4455ca11f170463ec361f457a6d232116c05ec 100644 (file)
@@ -278,8 +278,8 @@ int main(int argc, char** argv) {
                                                        memcpy(line, linebuf, i);
                                                        bool comment = false;
                                                        int j;
-                                                       for(j = 0; line[j] != 0; j++){
-                                                               if(!(line[j] == ' ' || line[j] == '\t')){
+                                                       for(j = 0; line[j] != 0; j++) {
+                                                               if(!(line[j] == ' ' || line[j] == '\t')) {
                                                                        char* newline = __dw_strdup(line + j);
                                                                        free(line);
                                                                        line = newline;
@@ -315,8 +315,8 @@ int main(int argc, char** argv) {
                        buf = malloc(1);
                        buf[0] = 0;
                        len = 0;
-               }else if(until_end){
-               }else if(ch == '#'){
+               } else if(until_end) {
+               } else if(ch == '#') {
                        until_end = true;
                } else if(ch != '\r') {
                        char* newbuf = malloc(len + 2);
index 086bd38594a5c2506fc5a7c4cafa76be8453e62f..475819b18967ee70041566f5bd3300907ee0fb60 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver='0.1.0'
 pkgdesc='Database System'
 arch=('i686' 'x86_64')
 license=('BSD')
-pkgrel='34'
+pkgrel='35'
 makedepends=('byacc')
-source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=197')
+source=('dataworks::svn+http://sw.nishi.boats/svn/nishi-dataworks/trunk#revision=199')
 sha256sums=('SKIP')
 
 build() {
index 8f92bfdd49766b1907d4aec8d3b0f9ed6129d0e6..7facc89938bbc5635e3d36ffa56b4c85e9b07db8 100644 (file)
@@ -1 +1 @@
-35
+36