[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix a local variable declaration

From: Sander Striker <striker_at_apache.org>
Date: 2002-02-19 12:41:46 CET

Submitted by: Bill Tutt

* subversion/libsvn_wc/adm_ops.c:

  (svn_wc_revert): Fix a local variable declaration to be the
                   same size as the argument to svn_wc__modify_entry.

Index: ./subversion/libsvn_wc/adm_ops.c
===================================================================
--- ./subversion/libsvn_wc/adm_ops.c
+++ ./subversion/libsvn_wc/adm_ops.c Tue Feb 19 12:29:43 2002
@@ -1006,7 +1006,7 @@
   svn_stringbuf_t *p_dir = NULL, *bname = NULL;
   svn_wc_entry_t *entry;
   svn_boolean_t wc_root, reverted = FALSE;
- apr_uint64_t modify_flags = 0;
+ apr_uint16_t modify_flags = 0;

   /* Safeguard 1: is this a versioned resource? */
   SVN_ERR (svn_wc_entry (&entry, path, pool));

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.