diff options
| author | Ulf Hermann <[email protected]> | 2017-05-02 14:39:49 +0200 |
|---|---|---|
| committer | Ulf Hermann <[email protected]> | 2017-05-08 11:39:02 +0000 |
| commit | 746d3918b520e6f45ecedab56e73576777d0b964 (patch) | |
| tree | 015c14a381f88e0807630346b09c9d903483ac31 /src/ChangeLog | |
| parent | eec331727eaaa341605c33bd28f48569ba37f6b7 (diff) | |
Cast pid_t to long long when printing
On windows x86_64 pid_t is 64bit wide. We need to adapt our printf
format respectively.
Change-Id: I0e78ed597b780ea9ede6044d9d10ef08736b9009
Reviewed-by: Christian Kandeler <[email protected]>
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a4743314..1c67b57f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2017-05-04 Ulf Hermann <[email protected]> + * stack.c: Cast pid_t to int when printing using %d. + +2017-05-04 Ulf Hermann <[email protected]> + * strip.c: Close and reopen file when renaming. 2017-05-04 Ulf Hermann <[email protected]> |
