Compare commits

..

1 Commits

Author SHA1 Message Date
Hongcai Deng d6dca2cad1
Merge a16fde8070 into f6f664b33d 2026-08-10 13:24:42 +05:30
2 changed files with 1 additions and 2 deletions

View File

@ -21,5 +21,5 @@ Debian, Ubuntu etc.:
# the command lines as: # the command lines as:
git clone https://github.com/happyfish100/libfastcommon.git git clone https://github.com/happyfish100/libfastcommon.git
cd libfastcommon; git checkout V1.0.87 cd libfastcommon; git checkout V1.0.86
./make.sh clean && ./make.sh && sudo ./make.sh install ./make.sh clean && ./make.sh && sudo ./make.sh install

View File

@ -3283,7 +3283,6 @@ static int format_bytes_string(const int64_t input_bytes,
} }
p = buff + fc_itoa(n, buff); p = buff + fc_itoa(n, buff);
} }
return p - buff; return p - buff;
} }