Content-Length: 257379 | pFad | http://github.com/postgrespro/postgres/commit/8440897b38be38903ecc2041002bba08e08308ad

03 Fix pointer processing in new entab.c function · postgrespro/postgres@8440897 · GitHub
Skip to content

Commit 8440897

Browse files
committed
Fix pointer processing in new entab.c function
1 parent e93f725 commit 8440897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/entab/entab.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extern int optind;
3131
static void
3232
output_accumulated_spaces(int *prv_spaces, char **dst)
3333
{
34-
for (; *prv_spaces > 0; *prv_spaces--)
34+
for (; *prv_spaces > 0; (*prv_spaces)--)
3535
*((*dst)++) = ' ';
3636
}
3737

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/8440897b38be38903ecc2041002bba08e08308ad

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy