diff options
| author | Tyge Løvset <[email protected]> | 2020-09-20 09:03:23 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2020-09-20 09:03:23 +0200 |
| commit | 84dd4fe2a1e0768b199bebcbb9d59e9f7f57d3cc (patch) | |
| tree | b8680ea0e7bbf3a63519cd819cd1b63e40951368 /examples/replace.c | |
| parent | 518fe31a0c1705a8c8342c5022c061afe90bc4e7 (diff) | |
| download | STC-modified-84dd4fe2a1e0768b199bebcbb9d59e9f7f57d3cc.tar.gz STC-modified-84dd4fe2a1e0768b199bebcbb9d59e9f7f57d3cc.zip | |
Cleanup and renamed c_del_() to c_del() again.
Diffstat (limited to 'examples/replace.c')
| -rw-r--r-- | examples/replace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/replace.c b/examples/replace.c index c4929864..5c5192e2 100644 --- a/examples/replace.c +++ b/examples/replace.c @@ -29,5 +29,5 @@ int main () cstr_replace(&s, 22, 1, "!!!"); // "this is a short phrase!!!" (5)
printf("(5) %s\n", s.str);
- c_del_(cstr, &s, &m); // destroy
+ c_del(cstr, &s, &m); // destroy
}
|
