Displaying 3 results from an estimated 3 matches for "duplict".
Did you mean:
duplist
2002 Feb 19
1
rsync bug in clean_flist() while removing duplicted names
hello,
i use rsync as a major backend for our automatic debian GNU/linux
workstation synchronisation project at the Free University of Berlin /
Computer Science.
my concept is, that rsync gets the class, group and machine-specific
root-trees as argument, and it's up to him to find and automaticaly
remove duplicated files on the basis of the priority (which is actually
the argument list).
2007 Sep 17
0
2 commits - libswfdec/swfdec_bits.c
...dients = i;
- return grad;
+ return swfdec_bits_do_get_gradient (bits, TRUE, TRUE);
}
void
diff-tree ca10e69db70a8396253e0fa2114bd6e3787d61d2 (from 1d7a9186e3cd756bc8f9c9c727dbec0aba0d7e45)
Author: Benjamin Otte <otte at gnome.org>
Date: Mon Sep 17 11:26:46 2007 +0200
remove code dupliction and associated SEGV when reading 0-size RGBA gradients
diff --git a/libswfdec/swfdec_bits.c b/libswfdec/swfdec_bits.c
index 9ec3988..bddef90 100644
--- a/libswfdec/swfdec_bits.c
+++ b/libswfdec/swfdec_bits.c
@@ -598,8 +598,8 @@ swfdec_bits_get_rgba (SwfdecBits * bits)
return SWFDEC_COLOR_COM...
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...allow empty blocks
add a test that just calls an empty function
Merge branch 'master' of ssh://company at git.freedesktop.org/git/swfdec/swfdec
out_buf_size seems to be an in/out variable
don't remove only the first directory, but all of them
remove code dupliction and associated SEGV when reading 0-size RGBA gradients
more bad duplication
implement swfdec_movie_get_root () function
rewrite GetVariable stuff once again - this time it works
improve debugging prints for SetTarget actions
make SetVariable use the new lookup stuff...