Staging
v0.5.1
https://github.com/python/cpython
Revision 450ae9f352d0ce77726b5b95ff31a80b0d75a457 authored by Jack Jansen on 13 May 1997, 15:41:48 UTC, committed by Jack Jansen on 13 May 1997, 15:41:48 UTC
1 parent 48c5527
Raw File
Tip revision: 450ae9f352d0ce77726b5b95ff31a80b0d75a457 authored by Jack Jansen on 13 May 1997, 15:41:48 UTC
Don't free the MacOS_Splash() dialog twice...
Tip revision: 450ae9f
fix_hack
#!/bin/sh
sed -e 's/{\\ptt[ 	]*\\char[ 	]*'"'"'137}/_/g' <"$1" > "@$1" && mv "@$1" $1
back to top