mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
reformatted for linux
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9204 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
f87ea6d4b9
commit
d67163bf5e
@ -20,7 +20,7 @@ f2cstring(char* fstring, size_t len)
|
||||
if (!cstr) return 0;
|
||||
|
||||
cstr[i + 1] = '\0';
|
||||
if ((i + 1) > 0) memcpy(cstr, str, (size_t) (i + 1));
|
||||
if ((i + 1) > 0) memcpy(cstr, str, (size_t) (i + 1));
|
||||
return cstr;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user