dthelp: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / dtfile / Utils.c
index 84463269a33c6b2e6245f04895b5fceb063cb5e2..dfda7783fbcf6b1789d295a39ae21f6e47bb4726 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -188,11 +188,7 @@ ResolveTranslationString( char * originalString,
   char * resolvedString = NULL;
   int    i, j, k, total, length;
 
-#ifdef __osf__
-  sprintf( addressStr, "%lx", address );
-#else
   sprintf( addressStr, "%p", address );
-#endif
 
   for( i = 0, total = 0; originalString[i] != '\0'; ++i )
     if( originalString[i] == '@' )