commit | 2d40a91e171ec1cfb6bb80a0e788e0740bb1d747 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 10:37:18 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Aug 22 10:37:18 2008 -0400 |
tree | 9da736d53e380480d16e37615ff701eb7c2ba24d | |
parent | 88dbf8287f831d02e8d5023be4f9b42ca224fb75 [diff] |
libext2fs: Replace use of sprintf with strcpy/strcat to help SILO Some bootloaders, like SILO, don't provide sprintf in their limited bootloader environment. Since the uses in rw_bitmaps.c is only doing sprintf("foo %s"), it's easy to replace that usage with strcpy/strcat. Addresses-Sourceforge-Bug: #2049120 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>