mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fixes for /proc location, submitted by Florent Thoumie
This commit is contained in:
@ -21,6 +21,8 @@ class writer:
|
||||
self.file.write(text + "\n")
|
||||
out = writer(out)
|
||||
|
||||
print("Generating "+name+".h")
|
||||
|
||||
selfheader = '#include "' + name + '.h"'
|
||||
|
||||
out.write( "/* Do not edit this file. It was automatically generated. */" )
|
||||
|
Reference in New Issue
Block a user