Skip to content

compiler fixes#42

Closed
ovpn-to wants to merge 1 commit intom-pays:masterfrom
ovpn-to:compiler-fixes
Closed

compiler fixes#42
ovpn-to wants to merge 1 commit intom-pays:masterfrom
ovpn-to:compiler-fixes

Conversation

@ovpn-to
Copy link

@ovpn-to ovpn-to commented Jan 5, 2018

tested compile only with makefile.unix

replace

for file in grep PRI64d *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64d"/"\ PRI64d\ "/g' -i $file; done

for file in grep PRI64d *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"%"PRI64d/"%"\ PRI64d/g' -i $file; done

for file in grep PRI64d *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/\ %"PRI64d/%"\ PRI64d/g' -i $file; done

for file in grep PRIszu *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRIszu"/"\ PRIszu\ "/g' -i $file; done

for file in grep PRI64u *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64u"/"\ PRI64u\ "/g' -i $file; done

for file in grep PRI64x *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64x"/"\ PRI64x\ "/g' -i $file; done

for file in grep PRIpdd *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRIpdd"/"\ PRIpdd\ "/g' -i $file; done

for file in grep PRI64x *|cut -d: -f1|sort -u|grep -E 'cpp|\.h'; do sed 's/"PRI64x,/"\ PRI64x,/g' -i $file; done

@filoozom
Copy link
Contributor

filoozom commented Jan 5, 2018

Already done in #35 or does it change anything else?

@dlwhitehurst
Copy link

@ovpn-to Why not fix all the files and add the spacing around the types where needed and submit a pull-request with actual changed code? I'll do that when I have the time with a separate pull-request with reasoning.

@ovpn-to ovpn-to closed this by deleting the head repository Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants