OSDN Git Service

parted/table.c: Fix a warning when compiling with translation support
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 30 May 2007 03:17:43 +0000 (00:17 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 30 May 2007 03:18:43 +0000 (00:18 -0300)
commit79fb9008cb516e8a227455d725b2f24a3aa1d37e
tree7f091d5fb80024c7b378d5d83614fa20acacec3a
parent2d8ef535c5d0ac783fca0220c9e677e44250711b
parted/table.c: Fix a warning when compiling with translation support

,----[ Output when compiling with translation support ]
|...
| table.c: In function 'table_add_row_from_strlist':
| table.c:168: warning: implicit declaration of function 'wcsdup'
| table.c:168: warning: assignment makes pointer from integer without a cast
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
parted/table.c